home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM 1995 Fall / PD-ROM F95.toast / Programming / Programming Utilities / ViewIt 2.04 ƒ / ViewIt™ 2.04 Shareware / FaceWare / FaceWare.rsrc / TEXT_7401_ShellCt.txt < prev    next >
Encoding:
Text File  |  1992-08-16  |  651 b   |  3 lines

  1. ShellCt‚Ñ¢ 2.0 Guide
  2.   The ShellCt FCMD source code is an "empty shell" that can be used as a starting point for the creation of new control drivers.  It supports only simple drawing of the body, title, and frame of the control.  It also supports button-like behavior by using inversion to hilite the control.  The source is included with the Inside FaceWare product.
  3.   ShellCt controls are also useful when a program needs to directly control a portion of a ViewIt window.  In this case all or most messages from ViewIt to the control are intercepted and handled by a program override procedure (see "Override" topic in the ViewIt Guide for details).